wayland: Mark ourselves as not supporting bounding shapes
authorJasper St. Pierre <jstpierre@mecheye.net>
Tue, 18 Mar 2014 13:38:06 +0000 (09:38 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 20 Mar 2014 18:28:25 +0000 (14:28 -0400)
Theoretically, we apply the shape mask client-side ourselves
with an ARGB32 pixmap and intersect it to get a union shape,
but I don't particularly care enough to write that code.

Realistic application code using bounding shapes in 2014 is
quite rare.

gdk/wayland/gdkdisplay-wayland.c

index 3df219dc02d2e0ba55cbd55f407ea9a7e35def2a..54291120844d68e4ad04b6775f139e139df5856c 100644 (file)
@@ -404,7 +404,7 @@ gdk_wayland_display_store_clipboard (GdkDisplay    *display,
 static gboolean
 gdk_wayland_display_supports_shapes (GdkDisplay *display)
 {
-  return TRUE;
+  return FALSE;
 }
 
 static gboolean